home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group94b.txt / 000119_icon-group-sender _Tue Nov 22 12:49:51 1994.msg < prev    next >
Internet Message Format  |  1995-02-09  |  1KB

  1. Received: by cheltenham.cs.arizona.edu; Tue, 22 Nov 1994 08:17:18 MST
  2. To: icon-group-l@cs.arizona.edu
  3. Date: 22 Nov 1994 12:49:51 GMT
  4. From: ruiter@ruls41.fsw.LeidenUniv.nl (Jan-Peter de Ruiter)
  5. Message-Id: <3aspdf$ob3@highway.LeidenUniv.nl>
  6. Organization: Leiden University, The Netherlands
  7. Sender: icon-group-request@cs.arizona.edu
  8. References: <3aofof$f5m@highway.leidenuniv.nl>, <3aonpq$4kp@caslon.cs.arizona.edu>, <3aqp29$do0@cheltenham.cs.arizona.edu>
  9. Subject: Re: optional typing in Icon (longish)
  10. Errors-To: icon-group-errors@cs.arizona.edu
  11.  
  12. Nick Kline (kline@CS.Arizona.EDU) wrote:
  13.  
  14. : If we could somehow figure out that certain things were only going to
  15. : be used as ints (and it is sure possible), then we would need to have a much
  16. : more complex runtime, which instead of simply passing ptrs to "objects" as
  17. : parameters to icon internal routines, we'd need to special case all 
  18. : that code in the case where we already knew things were ints.  
  19.  
  20. Sure, some code would have to be added, but a *lot* of code 
  21. does not need to be executed anymore. It's just two sides of a coin. 
  22.  
  23. Jan